Dynamicweb 8 Documentation
CreateFilters(PageView,Int32,Int32[]) Method

PageView object to attach filters to.
Paragraph to attach filters to.
A list of groups to get definitions from.
Creates an instances of filters for a given context.
Syntax
'Declaration
 
Public Overloads Shared Function CreateFilters( _ 
   ByVal pv As PageView, _ 
   ByVal paragraphID As Integer, _ 
   ByVal groupIDs() As Integer _ 
) As Filter()
public static Filter[] CreateFilters( 
   PageView pv,
   int paragraphID,
   int[] groupIDs 
)

Parameters

pv
PageView object to attach filters to.
paragraphID
Paragraph to attach filters to.
groupIDs
A list of groups to get definitions from.

Return Value

A list of filters.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when "pv" is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterManager Class
FilterManager Members
Overload List

Send Feedback